home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / XLisp 2.1e3 / Mac functions < prev    next >
Text File  |  1993-01-16  |  439b  |  19 lines

  1. Macintosh port-specific functions in XLisp:
  2.  
  3. (showgraphics)
  4. (hidegraphics)
  5. (cleargraphics)
  6. (showpen)
  7. (hidepen)
  8. (move x y) ; movement relative to current position
  9. (moveto x y)
  10. (draw x y) ; drawing relative to current position
  11. (drawto x y)
  12. (penmode mode) ; modes as in Inside Macintosh
  13. (pensize xsize ysize)
  14. (penpat patternlist)
  15. (pennormal)
  16. (getpen) ; returns the pen's position
  17. (color redval greenval blueval) ; 0-65535 with 0 being black
  18.  
  19.